/*--------------------------------------------------------------
# General Style Start
--------------------------------------------------------------*/

body {

}

h1 {
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (min-width: 576px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 46px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 58px;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 68px;
    line-height: 1.17647;
  }
}
h2 {
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (min-width: 576px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 48px;
    line-height: 1.33333;
  }
}
h3 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 36px;
    line-height: 1.33333;
  }
}
h3 {
  font-size: 2em;
  line-height: 1;
}
h4 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
    line-height: 1.33333;
  }
}
h4 {
  font-size: 19px;
}
@media (min-width: 1200px) {
  h4.h4-smaller,
  .heading-4.h4-smaller {
    font-size: 22px;
    line-height: 1.45455;
  }
}
h5 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  h5 {
    font-size: 20px;
    line-height: 1.4;
  }
}
h6 {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #aeb1be;
}
@media (min-width: 768px) {
  h6 {
    font-size: 16px;
    line-height: 1.5;
  }
}

html p a:hover {
  text-decoration: none;
}

.bg-dblue {
  background-color: #0f0f20;
}

.text-dblue {
  color: #0f0f20 !important;
}

.wow-outer .object-inline span {
  display: inline-block;
}

.section {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media screen and (max-width: 500px) {
  .hidden-sm {
    display: none;
  }
}

.description {
  font-size: 15px;
  line-height: 24px;
}

.top-txt-p {
  font-size: 18px !important;
  line-height: 35px !important;
  color: #45484b !important;
  letter-spacing: 1px;
  font-weight: 300;
}
.shadow-md {
  -webkit-box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.48);
}

.text-shadow {
  text-shadow: 3px 3px 4px rgba(149, 150, 150, 1);
}
/*------------------- Carousal Style ----------*/

.carousel-item {
  /*margin-top: 7vh;*/
  width: 100vw;
  max-height: 70vh;
}

/*------------------- Outline Remove -----------*/

button:focus,
textarea:focus,
input:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Navbar Style
--------------------------------------------------------------*/


 .navbar .navbar-brand .logo1{
     display:none;
     padding:0px!important;
 }


/*------------------- Responsive -----------*/

.navbar.shrink .navbar-brand img {
  width:40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar.shrink .navbar-nav {
  padding-top: 8px !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar.shrink {
  padding: 0.7rem 1rem;
  -webkit-box-shadow: 0px 4px 2px -1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 4px 2px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 4px 2px -1px rgba(0, 0, 0, 0.29);
}

@media screen and (max-width: 768px) {
    .navbar .navbar-brand .logo1{
        display:block;
        width:40px;
    }
     .navbar .navbar-brand .logo{
        display:none;
    }
  .navbar {
    padding: 0.7rem 1rem !important;
  }
}

@media screen and (max-width: 500px) {
  .navbar {
    padding: 0.4rem 1rem !important;
  }
}

/*--------------------------------------------------------------
# Services Card
--------------------------------------------------------------*/

.box {
}

.box-icon {
  font-size: 30px;
  line-height: 1;
  color: #00a275;
}

.box-title {
  margin-top: 10px;
  font-weight: 400;
}

.box p {
  color: #61626e;
  font-size: 15px;
}

/*------------------- Responsive -----------------*/

@media screen and (max-width: 1200px) {
  .box-icon {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  .box-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .box-icon {
    font-size: 32px;
  }
  .box-title {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .box {
    max-width: 240px;
  }
  .box-title {
    margin-top: 16px;
  }
}

@media screen and (max-width: 575px) {
  .box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.description {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  /*color: #45484b !important;*/
}

@media screen and (max-width: 768px) {
  .description {
    font-size: 15px !important;
    line-height: 22px !important;
  }
}

@media screen and (max-width: 500px) {
  .description {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}

@media screen and (max-width: 325px) {
  .description {
    font-size: 13px !important;
    line-height: 16px !important;
  }
}

/*--------------------------------------------------------------
# Contact Style
--------------------------------------------------------------*/

.contact-form .form-control,
.contact-form .btn {
  border-radius: 0 !important;
}

.contact .card {
  margin-bottom: -150px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
  width: 100%;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
}

footer p {
  font-size: 14px !important;
  color: #ccc;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.flist_ul {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.flist_ul li {
  padding: 0px 0px 5px 0px;
}

.flist_ul li a {
  color: #ccc;
}

.flist_ul li a:hover {
  color: rgb(167, 255, 159) !important;
  text-decoration: none;
}



.wsa a{
  text-decoration:none; 
  color: #0062cc;
  border-bottom:2px solid #0062cc;
}
.wsa .box{
    padding:60px 0px;
}

.wsa .box-part{
    background:#FFF;
    border-radius:0;
    padding:60px 10px;
    margin:30px 0px;
}
.wsa .text{
    margin:20px 0px;
}

